From 547846a98b7775fd737e06bb829ee88ffdbdd874 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 11 Apr 2008 18:58:47 +0000 Subject: [PATCH] (ALL): Move $(CLIENTRES) from here... (all): ...to here. $(ALL) is a prerequisite of .PHONY, so having a real file there is not a good idea. --- nt/makefile.w32-in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nt/makefile.w32-in b/nt/makefile.w32-in index aef71cfddd9..e9ffd8f5832 100644 --- a/nt/makefile.w32-in +++ b/nt/makefile.w32-in @@ -29,7 +29,7 @@ CLIENTRES = $(BLD)/emacsclient.res XMFLAGS = -ALL = addpm ddeclient runemacs cmdproxy addsection preprep $(CLIENTRES) +ALL = addpm ddeclient runemacs cmdproxy addsection preprep .PHONY: $(ALL) @@ -86,7 +86,7 @@ $(BLD)/addpm.$(O) $(BLD)/ddeclient.$(O) $(BLD)/runemacs.$(O) $(BLD)/cmdproxy.$(O # # Build emacs # -all: which-sh stamp_BLD $(ALL) maybe-bootstrap all-other-dirs-$(MAKETYPE) +all: which-sh stamp_BLD $(ALL) $(CLIENTRES) maybe-bootstrap all-other-dirs-$(MAKETYPE) all-other-dirs-nmake: addsection cd ..\lib-src -- 2.30.2